Some more updates
authorMatthias Clasen <mclasen@redhat.com>
Sat, 24 May 2014 22:41:16 +0000 (18:41 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 24 May 2014 22:41:16 +0000 (18:41 -0400)
NEWS

diff --git a/NEWS b/NEWS
index a679bbf8ec577d61a84eb5c330a04ab247138ade..2a31be66da9cdebe7ebb38a333ea5dd2e1f2ad44 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,12 +6,16 @@ Overview of Changes in GTK+ 3.13.1 to 3.13.2
   or Ctrl-Shift-D keyboard shortcuts, or via the
   GTK_DEBUG environment variable.
 
-* Gesture support has landed. New classes
-  include GtkGestureLongPress, GtkGestureMultiPress,
-  GtkGestureSwipe, GtkGesturePan, GtkGestureRotate,
-  GtkGestureZoom. Many GTK+ widgets already use
-  gestures internally. Gestures also show up
-  in GtkInspector.
+* Gesture support has landed. New classes include
+  GtkGestureLongPress, GtkGestureMultiPress, GtkGestureSwipe,
+  GtkGesturePan, GtkGestureRotate, GtkGestureZoom. Many GTK+
+  widgets already use gestures internally. Gestures also
+  show up in GtkInspector.
+  The gesture-related APIs are still subject to change.
+
+* GTK+ widgets can now draw outside their allocation,
+  by setting a clip with gtk_widget_set_clip().
+  The clip-related APIs are still subject to change.
 
 * GtkStack has added a few more transition types